From de22eec7e60f09b0e3a4fad4e9f1c9e81517c75b Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 15 Apr 2004 18:22:39 +0000 Subject: [PATCH] * no more form element styling for IE (due to lack of a way to style radio & checkbox inputs without a border without css2 selectors) * if somebody feels like writing a javascript that fixes this, IEFixes is there for you --- stylesheets/monobook/main.css | 44 ++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index f0b298e2c4..5d7152ed39 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -207,7 +207,7 @@ textarea { } /* hide this from ie/mac and konq2.2 */ @media All { - input { + head:first-child+body input { font-family: "Bitstream Vera Sans", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; visibility: visible; border: 1px solid #2f6fab; @@ -423,6 +423,27 @@ table.rimage { .hiddenStructure { display: none; } +/* +** Diff rendering +*/ +table.diff { + background:white; +} +td.diff-otitle { + background:#ffffff; +} +td.diff-ntitle { + background:#ffffff; +} +td.diff-addedline { + background:#ccffcc; +} +td.diff-deletedline { + background:#ffffaa; +} +td.diff-context { + background:#eeeeee; +} /* ** keep the whitespace in front of the ^=, hides rule from konqueror @@ -655,6 +676,8 @@ div.townBox dl dd { text-align: center; } input.searchButton { + background-color: white; + border: 1px solid #2f6fab; margin-top:1px; padding: 0 0.4em; font-size: 95%; @@ -668,6 +691,7 @@ input.searchButton { } #searchGadget { + border: 1px solid #2f6fab; width:11.0em; margin: 0 0 0 0; font-size: 95%; @@ -946,21 +970,3 @@ head:first-child+body #portlet-personal { /* debugging tool.. */ /*div{ border:1px solid #000000;}*/ -table.diff { - background:white; -} -td.diff-otitle { - background:#ffffff; -} -td.diff-ntitle { - background:#ffffff; -} -td.diff-addedline { - background:#ccffcc; -} -td.diff-deletedline { - background:#ffffaa; -} -td.diff-context { - background:#eeeeee; -} -- 2.20.1